home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2006 October / wn148cd2.iso / Windows / S'informer / Copernic Desktop Search / copernicdesktopsearchfr.exe / $R0 / 0 / RCDATA / TBASEAPPERRORINFOFRM / TBASEAPPERRORINFOFRM.txt
Text File  |  2006-05-31  |  1KB  |  50 lines

  1. object BaseAppErrorInfoFrm: TBaseAppErrorInfoFrm
  2.   Left = 436
  3.   Top = 215
  4.   ActiveControl = OKBtn
  5.   AutoScroll = False
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Report Details'
  8.   ClientHeight = 439
  9.   ClientWidth = 380
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poOwnerFormCenter
  18.   Scaled = False
  19.   DesignSize = (
  20.     380
  21.     439)
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object ReportContainMemo: TMemo
  25.     Left = 0
  26.     Top = 0
  27.     Width = 380
  28.     Height = 396
  29.     Align = alTop
  30.     Anchors = [akLeft, akTop, akRight, akBottom]
  31.     Color = clBtnFace
  32.     ReadOnly = True
  33.     ScrollBars = ssBoth
  34.     TabOrder = 0
  35.     OnKeyPress = ReportContainMemoKeyPress
  36.   end
  37.   object OKBtn: TButton
  38.     Left = 296
  39.     Top = 405
  40.     Width = 75
  41.     Height = 25
  42.     Anchors = [akRight, akBottom]
  43.     Cancel = True
  44.     Caption = 'Close'
  45.     Default = True
  46.     ModalResult = 1
  47.     TabOrder = 1
  48.   end
  49. end
  50.